home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / Gradient / CErrorControl.cp < prev    next >
Encoding:
Text File  |  1996-12-20  |  472 b   |  26 lines  |  [TEXT/CWIE]

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. //    This file is a BDIAMOND addition.
  4. //
  5.  
  6. #include "CErrorControl.h"
  7.  
  8. ///////////////////////////////////////////////////////////////////////////////
  9. //
  10. //    CErrorControl::CErrorControl
  11. //
  12.  
  13. CErrorControl::CErrorControl(void)
  14. {
  15. }
  16.  
  17. ///////////////////////////////////////////////////////////////////////////////
  18. //
  19. //    CErrorControl::~CErrorControl
  20. //
  21.  
  22. CErrorControl::~CErrorControl(void)
  23. {
  24. }
  25.  
  26.